out-of order execution - определение. Что такое out-of order execution
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое out-of order execution - определение

CPU PARADIGM IN WHICH A PROCESSOR EXECUTES INSTRUCTIONS IN AN ORDER BASED ON AVAILABILITY OF INPUT DATA/EXECUTION UNITS RATHER THAN ORIGINAL ORDER IN A PROGRAM, THUS AVOIDING IDLENESS WHILE WAITING FOR THE PRECEDING INSTRUCTION TO COMPLETE
Decoupled architecture; Out of Order execution; Out of order execution; Decoupled Architecture; OOOE; Oooe; OoOE; Out-of-order code execution; OOE; Dynamic execution; In-order processor; Out-of-order microprocessor; Out-of-order processor; Out-of-order CPU; Instruction dispatch
Найдено результатов: 249537
Out-of-order execution         
In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program.
Dynamic Execution         
<processor> A combination of techniques - {multiple branch prediction}, data flow analysis and speculative execution. Intel implemented Dynamic Execution in the P6 after analysing the execution of billions of lines of code. (1995-05-05)
Writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
A writ of execution (also known as an execution) is a court order granted to put in force a judgment of possession obtained by a plaintiff from a court. When issuing a writ of execution, a court typically will order a sheriff or other similar official to take possession of property owned by a judgment debtor.
writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
¦ noun Law a judicial order that a judgement be enforced.
writ of execution         
COURT ORDER GRANTED TO PUT IN FORCE A JUDGMENT OF POSSESSION OBTAINED BY A PLAINTIFF FROM A COURT
Execution (civil procedure); Writs of execution
n. a court order to a sheriff to enforce a judgment by levying on real or personal property of a judgment debtor to obtain funds to satisfy the judgment amount (pay the winning plaintiff). See also: execution
Execution (computing)         
  • This is a simple diagram illustrating the individual stages of the fetch-decode-execute cycle.
PROCESS BY WHICH A COMPUTER OR A VIRTUAL MACHINE PERFORMS THE INSTRUCTIONS OF A COMPUTER PROGRAM
Execution (program); Execution (computers); Execution context; Execution (software); Software execution; Invoke operator (computer programming)
Execution in computer and software engineering is the process by which a computer or virtual machine reads and acts on the instructions of a computer program. Each instruction of a program is a description of a particular action which must be carried out, in order for a specific problem to be solved.
out of order         
WIKIMEDIA DISAMBIGUATION PAGE
Out Of Order (album); Out Of Order (disambiguation); Out of Order (album); Out Of Order; Out of Order (disambiguation); Out of Order (film)
1. (of an electrical or mechanical device) not working properly or at all.
2. Brit. informal unacceptable or wrong.
The Execution of Mary Stuart         
  • The earliest known use of the [[stop trick]].
1895 FILM BY ALFRED CLARK
The Execution of Mary Queen of Scots
The Execution of Mary Stuart is a short film produced in 1895. The film depicts the execution of Mary, Queen of Scots.
Small-order execution system         
Small Order Execution System
The Small-Order Execution System (SOES) was a system to facilitate clearing trades of low volume on NASDAQ. It has been phased out and is no longer necessary.
Out of Order (miniseries)         
TELEVISION SERIES
Out of Order (TV show); Out of Order (TV series); Out of Order (TV miniseries); Losing My Religion (Out of Order)
Out of Order is an American dramedy television miniseries created and written by Donna Powers and Wayne Powers (Deep Blue Sea, The Italian Job), who also directed the first and final episodes. The show lasted one season (six episodes) which aired on Showtime from June 1, 2003 to June 30, 2003.

Википедия

Out-of-order execution

In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.